home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 August / com! 2002.08.iso / software / GL6TRY&D / DATA1.CAB / PF_AppDir_Mod_JScript_ActionScripts / BrowserInfMac.scpt < prev    next >
Encoding:
Text File  |  2002-03-28  |  170 b   |  3 lines

  1. if ((bAppName.indexOf("%1") >= 0) && (bAgent.indexOf("Mac") >= 0) && (bMozIdx >= 0) &&
  2.     (parseInt(bAgent.substring(bMozIdx+8, bMozIdx+10)) >= %2)) skipPage = false;
  3.